home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / less177a.not < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.2 KB  |  43 lines

  1. GNU less 1.77
  2. Binaries for Linux prepared by faith@cs.unc.edu, Tue Dec 22 13:53:40 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (less177A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf less177A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/less-177
  21. ./less177A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/less-177.tar.Z
  27. 2) Untar less-177.tar.Z in /usr/src
  28. 3) cd less-177
  29. 4) sh linstall
  30.    Answer all of the quesitons with a default, EXCEPT:
  31.    1) offset to lseek: off_t
  32.    2) both _setjmp() and setjmp: yes
  33.    3) regcmp vs. re_comp: 2
  34.    4) libraries: -lcurses -ltermcap
  35.    5) installed versions: /usr/bin/less
  36.                           /usr/bin/lesskey
  37.                           /usr/lib/less.hlp
  38. 5) edit defines.h, and change the following:
  39.    1) Add "#include <sys/types.h>" at the top
  40.    2) Change the EDIT_PGM variable to be "emacs"
  41. 6) make CC=gcc CFLAGS=-O6 LDFLAGS=-s
  42. 7) make install
  43.